Ocr Namespace > OcrEngine Class > DoZoneAndOCR Method : DoZoneAndOCR(Image,Byte[],Int32,PixelType,Int32,OcrSettings) Method |
Public Overloads Function DoZoneAndOCR( _ ByVal image As Image, _ ByVal mask() As Byte, _ ByVal maskStride As Integer, _ ByVal maskPixelType As PixelType, _ ByVal dpi As Integer, _ ByVal ocrSettings As OcrSettings _ ) As Zone
Dim instance As OcrEngine Dim image As Image Dim mask() As Byte Dim maskStride As Integer Dim maskPixelType As PixelType Dim dpi As Integer Dim ocrSettings As OcrSettings Dim value As Zone value = instance.DoZoneAndOCR(image, mask, maskStride, maskPixelType, dpi, ocrSettings)
public Zone DoZoneAndOCR( Image image, byte[] mask, int maskStride, PixelType maskPixelType, int dpi, OcrSettings ocrSettings )
public: Zone^ DoZoneAndOCR( Image^ image, array<byte>^ mask, int maskStride, PixelType maskPixelType, int dpi, OcrSettings^ ocrSettings )
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family